From d3f5ae70020ba6edb70a96bbf2d885ebda96e190 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 18 Jul 2002 06:15:34 +0000 Subject: [PATCH] (decompose-composite-char): Add autoload cookie to obsolescence declaration; also remove redundant info. --- lisp/composite.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/composite.el b/lisp/composite.el index c1174d3316f..abbcd391e3d 100644 --- a/lisp/composite.el +++ b/lisp/composite.el @@ -369,7 +369,6 @@ after a sequence character events." ;;;###autoload (defun decompose-composite-char (char &optional type with-composition-rule) "Convert CHAR to string. -This is only for backward compatibility with Emacs 20.4 and earlier. If optional 2nd arg TYPE is non-nil, it is `string', `list', or `vector'. In this case, CHAR is converted string, list of CHAR, or @@ -378,6 +377,7 @@ vector of CHAR respectively." ((eq type 'list) (list char)) (t (vector char)))) +;;;###autoload (make-obsolete 'decompose-composite-char 'char-to-string "21.1") -- 2.30.2